Package-level declarations
Types
Support for chat sessions leveraging an AgentPlatform.
Chatbot implementation backed by an AgentProcess The AgentProcess must react to messages and respond on its output channel The AgentProcess can assume that the Conversation will be available in the blackboard, and the latest UserMessage. Action methods will often take precondition being that the last event was a UserMessage. A convenient approach is for the core action methods to return ChatbotReturn, and handle ConversationOver, although that is not required.
Respond to user messages using an agent.
Respond to messages by choosing and executing goals using Autonomy. Based on last user input.
Return from a chatbot agent action method
Handles process waiting exceptions in a platform-specific way
Generates response(s) in a chat session.